d/rules: Update SONAME
authorSimon McVittie <smcv@debian.org>
Sat, 29 Feb 2020 17:13:05 +0000 (17:13 +0000)
committerSimon McVittie <smcv@debian.org>
Sat, 29 Feb 2020 17:13:05 +0000 (17:13 +0000)
debian/changelog
debian/control
debian/rules

index db7816b6a32b40de435c051ed6d25658fb0a0657..8033b95e274db246a314781969e7c56ead93d666 100644 (file)
@@ -28,6 +28,7 @@ gtk+4.0 (3.98.0-1) UNRELEASED; urgency=medium
     - Stop repeating "Copyright (C)"
     - Indent with a single space
   * d/control.in: Update build-dependencies
+  * d/rules: Update SONAME
 
  -- Simon McVittie <smcv@debian.org>  Sat, 29 Feb 2020 14:18:02 +0000
 
index 8777deb4d2b5b7adad4e649a63def3034e9109bf..719fb269fd0d3b81fe47ad295c6fc86fac128608 100644 (file)
@@ -71,7 +71,7 @@ Depends: adwaita-icon-theme,
          ${misc:Depends},
          ${shlibs:Depends},
          libgtk-4-common (>= ${source:Version})
-Provides: gtk4-binver-4.0.0, libgtk-4-0.9600.0
+Provides: gtk4-binver-4.0.0, libgtk-4-0.9800.0
 Recommends: libgtk-4-bin
 Suggests: gvfs,
           librsvg2-common
@@ -93,7 +93,7 @@ Section: debian-installer
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Provides: gtk4-binver-4.0.0, libgtk-4-0.9600.0
+Provides: gtk4-binver-4.0.0, libgtk-4-0.9800.0
 Description: GTK graphical user interface library - minimal runtime
  This is a udeb, or a microdeb, for the debian-installer.
  .
index f2056ff7d33c6a4cdcf386cf04be1a9fd7bb520f..0f9c4d4270ba7c5e30a26a08c6ee65f6c34eb40b 100755 (executable)
@@ -22,7 +22,7 @@ APIVER := 4
 FAKE_SONAME := 0
 # ... but while it's in development, the SONAME version is really this,
 # changing with every upstream release
-SONAME := 0.9600.0
+SONAME := 0.9800.0
 
 LIBDIR := usr/lib/$(DEB_HOST_MULTIARCH)